home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / SYS / BOOTSUITE / !B_install / Resources / Choices / !RunStart < prev   
Text File  |  1997-01-20  |  1KB  |  43 lines

  1. FX200,1
  2. | Line above turns escape key off.
  3. |
  4. | > Boot-Suite.!BootStart
  5. | by R.R.Chasmer (KAOS) 20/01/97
  6. | BootSuite Version 2.30
  7. | Usually run after a reset before 'Desktop' is started.
  8. | This file is run for all users, and should only contain essentail pre-desktop
  9. | environmental settings.
  10. |
  11. | Note RISC-PC: If used with the acorn boot system, this file is run before:-
  12. |               'Choices.Boot.Desktop' & the 'Tasks directory'.
  13. |
  14.  
  15. HourG ON
  16. | Add Aliases etc below this line.  Examples are included:-
  17. | >>>>>>>>>>>>>>>>>>>>>>>>>>>> START <<<<<<<<<<<<<<<<<<<<<<<<<<<<
  18.  
  19. | Display Greeting
  20. ECHO
  21. TIME
  22. IF "<User$Type>" = "Super" THEN ECHO SuperUser:<User$On> ELSE ECHO User:<User$On>
  23. ECHO
  24.  
  25. | Sound Greeting
  26. Run BootSChoices:Resources.!Hello
  27.  
  28. | Define Alias
  29. Set Alias$Alias Set Alias$%%0 %%*1
  30. Alias UnAlias Unset Alias$%%0
  31.  
  32. | Set up Alias used throughoyt Boot-Suite
  33. Alias HourG BootSUtils:!HourGlass %*0
  34. Alias MouseStep BootSUtils:!MouseStep %*0
  35. Alias ShutNow Filer_Run <ShutNow$Dir>.!Run
  36.  
  37. | >>>>>>>>>>>>>>>>>>>>>>>>>>>>> END <<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  38. | Now start the default desktop environment settings & applications,
  39. | & then followed by user desktop settings & applications.
  40. HourG OFF
  41. FX200,0
  42. | Line above turns escape key back on.
  43.